Discover and query active digital service resellers in Latin America. Search by service category, get pricing plans, and check availability — all in real time from the Jefnix marketplace.
Overview
Jefnix MCP Server
Connect AI assistants to the Jefnix marketplace — a B2B2C SaaS platform for digital content resellers in Latin America. Query live reseller data, compare pricing, and check inventory availability in real time.
Why Jefnix?
- 1,000+ active resellers across LATAM
- Real-time inventory — availability checked at query time
- No authentication required for discovery tools
- Streamable HTTP transport — works with Claude, GPT-4, Cursor, and any MCP-compatible client
Available Tools
| Tool | Description |
|---|---|
search_resellers | Find active resellers on Jefnix by service category and/or country |
get_reseller_plans | Get all pricing plans for a specific reseller store |
check_service_availability | Verify real-time stock availability for a given service |
Usage Examples
Find resellers by service:
{
"jsonrpc": "2.0",
"method": "tools/call",
"params": {
"name": "search_resellers",
"arguments": { "service": "streaming", "country": "CO" }
},
"id": 1
}
Get plans from a specific store:
{
"jsonrpc": "2.0",
"method": "tools/call",
"params": {
"name": "get_reseller_plans",
"arguments": { "subdomain": "mitienda" }
},
"id": 2
}
Endpoint
POST https://jefnix.io/api/mcp
Content-Type: application/json
No API key required. Public discovery tools only.
Connect to Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"jefnix": {
"url": "https://jefnix.io/api/mcp",
"transport": "http"
}
}
}
About Jefnix
Jefnix is a multi-tenant SaaS platform that provides resellers in Latin America
with their own branded storefront, client management, account pool, Telegram bot,
and REST API — all in one place.
🌐 jefnix.io · 📧 hola@jefnix.io
Server Config
{
"mcpServers": {
"jefnix": {
"command": "curl",
"args": [
"-X",
"POST",
"https://jefnix.io/api/mcp",
"-H",
"Content-Type: application/json",
"-d",
"{\"jsonrpc\":\"2.0\",\"method\":\"initialize\",\"id\":1}"
]
}
}
}